-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[local-app] add other arch support #5944
Conversation
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: Associated issue: #5872 The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/werft run 👍 started the job as gitpod-build-pd-local-app-add-other-arch-support-fork.0 |
@iQQBot I tried to run the build but it fails: https://werft.gitpod-dev.com/job/gitpod-build-pd-local-app-add-other-arch-support-fork.0 |
I will take a look |
@akosyakov The two problems above have been fixed, please try the build again |
/werft run 👍 started the job as gitpod-build-pd-local-app-add-other-arch-support-fork.1 |
Codecov Report
@@ Coverage Diff @@
## main #5944 +/- ##
=======================================
Coverage 19.04% 19.04%
=======================================
Files 2 2
Lines 168 168
=======================================
Hits 32 32
Misses 134 134
Partials 2 2
Flags with carried forward coverage won't be shown. Click here to find out more. Continue to review full report at Codecov.
|
@jeanp413 @filiptronicek Could you please check that you can still open a workspace in VS Code Desktop with this PR? I need to verify backward compatibility on linux and windows. I failed to open it on Mac getting:
|
@iQQBot I checked internally and the certificate is valid, also I validated with other envs that VS Code Desktop is still working. It seems to be broken only with this PR. |
Is your time error ? @akosyakov This PR does not modify anything related to the certificate |
Please ping me when its ready and you need my review |
I can't test in dev environment |
/werft run 👍 started the job as gitpod-build-pd-local-app-add-other-arch-support-fork.2 |
@akosyakov works for me in vscode insiders on Ubuntu |
I am trying to test on Windows, but still keep running into the certificate error, @akosyakov do you know of any way to circumvent / get rid of this error at least for testing? |
It seem a bug from |
/werft run 👍 started the job as gitpod-build-pd-local-app-add-other-arch-support-fork.3 |
@meysholdt remember to delete last CA chain |
I'm trying to understand where the outdated letsencrypt cert comes from. I can't reproduce it by running How can I reproduce it? |
use |
and more document is here https://letsencrypt.org/certificates/ |
because the automatic generate cert is full chain, site cert + IntermediateCA + rootCA |
@meysholdt i made #6043 PR to delete rootCA section |
@akosyakov @filiptronicek @meysholdt certificate issue has been resolved by #6043 (comment) You can build again to use new certificate |
/werft run 👍 started the job as gitpod-build-pd-local-app-add-other-arch-support-fork.4 |
@iQQBot I changed the PR description that issues does not get closed till we actually update docs and VS Code extension. |
@meysholdt @aledbf I still get the same errors. Should we rebase the PR on main? |
@akosyakov Can you send |
and I rebase the PR on main |
/werft run 👍 started the job as gitpod-build-pd-local-app-add-other-arch-support-fork.5 |
still have problem in dev |
you can manual fix this by #5944 (comment) just for this test. but it not a problem on |
/werft run 👍 started the job as gitpod-build-pd-local-app-add-other-arch-support-fork.6 |
@iQQBot Could you try to create another PR from another branch? |
@akosyakov of course |
@akosyakov new PR is #6064 |
Description
Add windows-386(win32), windows-arm64, darwin-arm64, linux-arm64 support for local-app
next step is update gitpod.io website document and vscode extension
Related Issue(s)
Related to #5872 and #5320
How to test
Release Notes